home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$0000009C,$000000BE,$0000028F,$000001EF,$00000000,$FFFFFFB1,$00000000,$00000000};
- LayoutWindow is {$00000142,$0000002A,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oSound3,
- oBlack2
- ];
- end;
-
- object oSound3 is cSound
- with
- Flags is $00000044;
- Name is "Sound";
- Enabled is false; Shown is false;
-
-
-
- URL is "../GUI/Sounds/End.wav";
-
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oTargetSelf; Rewind is true; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "RoomManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Quit"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;
-
- object oBlack2 is cBox
- with
- Flags is $00000254;
- Name is "Black";
-
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- Kind is DrawOpaque;
- Events is [
- cMouseDownEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oSound3; Mode is Clear; end,
- cKR_ScriptCommand
- with Flags is $00000001; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with Flags is $00004000; ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with Flags is $00004000; ParameterIsCookie is false; ParameterValue is "RoomManager"; end,
- cKR_ScriptParameter
- with Flags is $00004000; ParameterIsCookie is false; ParameterValue is "Quit"; end,
- cKR_ScriptResult
- with Flags is $00004000; ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;